Merge pull request #268 from dsander/better-notifications

Changed the notification format

Andrew Cantino 11 years ago
parent
commit
304bfbe22b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -17,6 +17,6 @@ notifications:
17 17
     channels:
18 18
       - "chat.freenode.net#huginn"
19 19
     template:
20
-      - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
20
+      - "<%{author}> %{branch} - %{commit} (%{commit_message}): %{message}"
21 21
       - "Change view : %{compare_url}"
22 22
       - "Build details : %{build_url}"